home *** CD-ROM | disk | FTP | other *** search
/ Yum! / Yum! Macintosh CD-ROMs for May 1999 (May 1999).iso / MacOS 8.5 stuff / MacOS 8.5 Search Engins ƒ / complete / eBay.src / eBay.src next >
Text File  |  1998-10-14  |  649b  |  29 lines

  1. # Created by Gord Lacey
  2. # Visit The Electric Image Resources Page
  3. # http://www.eiresources.com
  4. # e-mail: mailto:bluefrog@shaw.wave.ca
  5.  
  6. <search 
  7.     name = "eBay"
  8.     method = get 
  9.     action = "http://search.ebay.com/cgi-bin/texis/ebay/results.html"
  10.     update = "http://www.eiresources.com/sherlock/eBay.src.hqx"
  11.     updateCheckDays = 3 
  12.     >
  13.     
  14. <INPUT NAME="query" user>
  15. <INPUT NAME="maxRecordsReturned" VALUE="100">
  16. <INPUT NAME="maxRecordsPerPage" VALUE="100">
  17. <INPUT NAME="SortProperty" VALUE="MetaEndSort">
  18.  
  19.  
  20. <interpret
  21. resultListStart = "<strong>Ends </strong>"
  22. resultListEnd = "matching the query"
  23.  
  24. resultItemStart = "<tr>"
  25. resultItemEnd="</tr>"
  26.     >
  27. </search>
  28.  
  29.